A. Application object
B. Session object
C. Server object
D. Response object
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
- A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above...
- In ASP.NET in form page the object which contains the user name is ________________?
- A. Page.User.IsInRole B. Page.User.Name C. Page.User.Identity D. None of these...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- Which of the following object is not an ASP component ?
- A. AdRotator B. File Access C. LinkCounter D. Counter...
- Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
- A. Private B. no-cache C. Public D. All of the above...
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- The GridView control in ASP.NET has which of the following features ?
- A. Automatic paging B. Automatic data binding C. Both A and B D. None of the above...
Advertisement